Html Css Color HEX #C47D26 Geebung

📋 copy color: '#C47D26'

red 196 ◦ green 125 ◦ blue 38

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

Shades of Geebung #C47D26

Tints of Geebung #C47D26

RGB

 RED value IS 196 (76.95% from 255) = 54.6%

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

 BLUE value IS 38 (15.23% from 255) = 10.58%

R = 54.6%
G = 34.82%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C47D26 (or 0xC47D26) is known color: Geebung. HEX triplet: C4, 7D and 26. RGB value is (196,125,38). Sum of RGB (Red+Green+Blue) = 196+125+38=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47D26 is #3B82D9. Grayscale: #888888. Windows color (decimal): -3900122 or 2522564. OLE color: 2522564.

HSL color Cylindrical-coordinate representation of color #C47D26: hue angle of 33.04º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C47D26 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 125 38 -
CMYK 0 0.36 0.81 0.23
HSL 33.04º 0.68% 0.46% -
HSV(B) 33.04º 0.81% 0.77% -
XYZ 30.45 26.54 5.35 -
YUV 136.31 72.52 170.57 -
System Red Green Blue C M Y K H S L
Decimal 196 125 38 0 0.36 0.81 0.23 33.04 0.68 0.46
Hex C4 7D 26 0 24 51 17 21 44 2E
Octal 304 175 46 0 44 121 27 41 104 56
Binary 11000100 1111101 100110 0 100100 1010001 10111 100001 1000100 101110

Color Harmonies of #C47D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47D26

Black with #C47D26

Text Example


Text Example

White with #C47D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47D26; }

 p { color: rgb(196,125,38); }

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

background-color css

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

 a { background-color: rgb(196,125,38); }

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

border-color css

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

 span { border-color: rgb(196,125,38); }

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