Html Css Color HEX #C37D2B Geebung

📋 copy color: '#C37D2B'

red 195 ◦ green 125 ◦ blue 43

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

Shades of Geebung #C37D2B

Tints of Geebung #C37D2B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.44%

 BLUE value IS 43 (17.19% from 255) = 11.85%

R = 53.72%
G = 34.44%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C37D2B (or 0xC37D2B) is known color: Geebung. HEX triplet: C3, 7D and 2B. RGB value is (195,125,43). Sum of RGB (Red+Green+Blue) = 195+125+43=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37D2B is #3C82D4. Grayscale: #888888. Windows color (decimal): -3965653 or 2850243. OLE color: 2850243.

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

Color convert

RGB 195 125 43 -
CMYK 0 0.36 0.78 0.24
HSL 32.37º 0.64% 0.47% -
HSV(B) 32.37º 0.78% 0.76% -
XYZ 30.28 26.44 5.79 -
YUV 136.58 75.19 169.67 -
System Red Green Blue C M Y K H S L
Decimal 195 125 43 0 0.36 0.78 0.24 32.37 0.64 0.47
Hex C3 7D 2B 0 24 4E 18 20 40 2F
Octal 303 175 53 0 44 116 30 40 100 57
Binary 11000011 1111101 101011 0 100100 1001110 11000 100000 1000000 101111

Color Harmonies of #C37D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37D2B

Black with #C37D2B

Text Example


Text Example

White with #C37D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37D2B; }

 p { color: rgb(195,125,43); }

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

background-color css

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

 a { background-color: rgb(195,125,43); }

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

border-color css

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

 span { border-color: rgb(195,125,43); }

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