Html Css Color HEX #C38A44 Anzac

📋 copy color: '#C38A44'

red 195 ◦ green 138 ◦ blue 68

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

Shades of Anzac #C38A44

Tints of Anzac #C38A44

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.41%

 BLUE value IS 68 (26.95% from 255) = 16.96%

R = 48.63%
G = 34.41%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C38A44 (or 0xC38A44) is known color: Anzac. HEX triplet: C3, 8A and 44. RGB value is (195,138,68). Sum of RGB (Red+Green+Blue) = 195+138+68=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38A44 is #3C75BB. Grayscale: #939393. Windows color (decimal): -3962300 or 4491971. OLE color: 4491971.

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

Color convert

RGB 195 138 68 -
CMYK 0 0.29 0.65 0.24
HSL 33.07º 0.51% 0.52% -
HSV(B) 33.07º 0.65% 0.76% -
XYZ 32.64 30.2 9.58 -
YUV 147.06 83.38 162.19 -
System Red Green Blue C M Y K H S L
Decimal 195 138 68 0 0.29 0.65 0.24 33.07 0.51 0.52
Hex C3 8A 44 0 1D 41 18 21 33 34
Octal 303 212 104 0 35 101 30 41 63 64
Binary 11000011 10001010 1000100 0 11101 1000001 11000 100001 110011 110100

Color Harmonies of #C38A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A44

Black with #C38A44

Text Example


Text Example

White with #C38A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A44; }

 p { color: rgb(195,138,68); }

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

background-color css

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

 a { background-color: rgb(195,138,68); }

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

border-color css

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

 span { border-color: rgb(195,138,68); }

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