Html Css Color HEX #CD891B Ochre

📋 copy color: '#CD891B'

red 205 ◦ green 137 ◦ blue 27

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

Shades of Ochre #CD891B

Tints of Ochre #CD891B

RGB

 RED value IS 205 (80.47% from 255) = 55.56%

 GREEN value IS 137 (53.91% from 255) = 37.13%

 BLUE value IS 27 (10.94% from 255) = 7.32%

R = 55.56%
G = 37.13%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CD891B (or 0xCD891B) is known color: Ochre. HEX triplet: CD, 89 and 1B. RGB value is (205,137,27). Sum of RGB (Red+Green+Blue) = 205+137+27=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD891B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD891B is #3276E4. Grayscale: #919191. Windows color (decimal): -3307237 or 1804749. OLE color: 1804749.

HSL color Cylindrical-coordinate representation of color #CD891B: hue angle of 37.08º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD891B is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 137 27 -
CMYK 0 0.33 0.87 0.20
HSL 37.08º 0.77% 0.45% -
HSV(B) 37.08º 0.87% 0.8% -
XYZ 34.32 30.95 5.2 -
YUV 144.79 61.53 170.94 -
System Red Green Blue C M Y K H S L
Decimal 205 137 27 0 0.33 0.87 0.20 37.08 0.77 0.45
Hex CD 89 1B 0 21 57 14 25 4D 2D
Octal 315 211 33 0 41 127 24 45 115 55
Binary 11001101 10001001 11011 0 100001 1010111 10100 100101 1001101 101101

Color Harmonies of #CD891B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD891B

Black with #CD891B

Text Example


Text Example

White with #CD891B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD891B; }

 p { color: rgb(205,137,27); }

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

background-color css

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

 a { background-color: rgb(205,137,27); }

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

border-color css

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

 span { border-color: rgb(205,137,27); }

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