Html Css Color HEX #C38A2C Geebung

📋 copy color: '#C38A2C'

red 195 ◦ green 138 ◦ blue 44

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

Shades of Geebung #C38A2C

Tints of Geebung #C38A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.67%

R = 51.72%
G = 36.6%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C38A2C (or 0xC38A2C) is known color: Geebung. HEX triplet: C3, 8A and 2C. RGB value is (195,138,44). Sum of RGB (Red+Green+Blue) = 195+138+44=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38A2C is #3C75D3. Grayscale: #909090. Windows color (decimal): -3962324 or 2919107. OLE color: 2919107.

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

Color convert

RGB 195 138 44 -
CMYK 0 0.29 0.77 0.24
HSL 37.35º 0.63% 0.47% -
HSV(B) 37.35º 0.77% 0.76% -
XYZ 32.05 29.96 6.48 -
YUV 144.33 71.38 164.14 -
System Red Green Blue C M Y K H S L
Decimal 195 138 44 0 0.29 0.77 0.24 37.35 0.63 0.47
Hex C3 8A 2C 0 1D 4D 18 25 3F 2F
Octal 303 212 54 0 35 115 30 45 77 57
Binary 11000011 10001010 101100 0 11101 1001101 11000 100101 111111 101111

Color Harmonies of #C38A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A2C

Black with #C38A2C

Text Example


Text Example

White with #C38A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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