Html Css Color HEX #CF881F Geebung

📋 copy color: '#CF881F'

red 207 ◦ green 136 ◦ blue 31

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

Shades of Geebung #CF881F

Tints of Geebung #CF881F

RGB

 RED value IS 207 (81.25% from 255) = 55.35%

 GREEN value IS 136 (53.52% from 255) = 36.36%

 BLUE value IS 31 (12.5% from 255) = 8.29%

R = 55.35%
G = 36.36%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF881F (or 0xCF881F) is known color: Geebung. HEX triplet: CF, 88 and 1F. RGB value is (207,136,31). Sum of RGB (Red+Green+Blue) = 207+136+31=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 31 (12.5% from 255 or 8.29% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF881F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF881F is #3077E0. Grayscale: #919191. Windows color (decimal): -3176417 or 2066639. OLE color: 2066639.

HSL color Cylindrical-coordinate representation of color #CF881F: hue angle of 35.8º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF881F is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 136 31 -
CMYK 0 0.34 0.85 0.19
HSL 35.8º 0.74% 0.47% -
HSV(B) 35.8º 0.85% 0.81% -
XYZ 34.78 30.97 5.44 -
YUV 145.26 63.52 172.04 -
System Red Green Blue C M Y K H S L
Decimal 207 136 31 0 0.34 0.85 0.19 35.8 0.74 0.47
Hex CF 88 1F 0 22 55 13 24 4A 2F
Octal 317 210 37 0 42 125 23 44 112 57
Binary 11001111 10001000 11111 0 100010 1010101 10011 100100 1001010 101111

Color Harmonies of #CF881F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF881F

Black with #CF881F

Text Example


Text Example

White with #CF881F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF881F; }

 p { color: rgb(207,136,31); }

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

background-color css

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

 a { background-color: rgb(207,136,31); }

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

border-color css

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

 span { border-color: rgb(207,136,31); }

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