Html Css Color HEX #C38B41 Anzac

📋 copy color: '#C38B41'

red 195 ◦ green 139 ◦ blue 65

#C38B41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Anzac #C38B41

Tints of Anzac #C38B41

RGB

 RED value IS 195 (76.56% from 255) = 48.87%

 GREEN value IS 139 (54.69% from 255) = 34.84%

 BLUE value IS 65 (25.78% from 255) = 16.29%

R = 48.87%
G = 34.84%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C38B41 (or 0xC38B41) is known color: Anzac. HEX triplet: C3, 8B and 41. RGB value is (195,139,65). Sum of RGB (Red+Green+Blue) = 195+139+65=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38B41 is #3C74BE. Grayscale: #939393. Windows color (decimal): -3962047 or 4295619. OLE color: 4295619.

HSL color Cylindrical-coordinate representation of color #C38B41: hue angle of 34.15º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C38B41 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 139 65 -
CMYK 0 0.29 0.67 0.24
HSL 34.15º 0.52% 0.51% -
HSV(B) 34.15º 0.67% 0.76% -
XYZ 32.69 30.45 9.16 -
YUV 147.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 195 139 65 0 0.29 0.67 0.24 34.15 0.52 0.51
Hex C3 8B 41 0 1D 43 18 22 34 33
Octal 303 213 101 0 35 103 30 42 64 63
Binary 11000011 10001011 1000001 0 11101 1000011 11000 100010 110100 110011

Color Harmonies of #C38B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38B41

Black with #C38B41

Text Example


Text Example

White with #C38B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38B41; }

 p { color: rgb(195,139,65); }

 H1.HeaderClassName
 {
   color: #C38B41;
 }
 .AnyTagClassName
 {
   color: #C38B41;
 }
</style>

background-color css

<style>
 a { background-color: #C38B41; }

 a { background-color: rgb(195,139,65); }

 div.DivClassName
 {
   background-color: #C38B41;
 }
 .BgClassName
 {
   background-color: #C38B41;
 }
</style>

border-color css

<style>
 span { border-color: #C38B41; }

 span { border-color: rgb(195,139,65); }

 td.TdClassName
 {
   border-color: #C38B41;
 }
 .TagClassName
 {
   border-color: #C38B41;
 }
</style>