Html Css Color HEX #230505 Seal Brown

📋 copy color: '#230505'

red 35 ◦ green 5 ◦ blue 5

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

Shades of Seal Brown #230505

Tints of Seal Brown #230505

RGB

 RED value IS 35 (14.06% from 255) = 77.78%

 GREEN value IS 5 (2.34% from 255) = 11.11%

 BLUE value IS 5 (2.34% from 255) = 11.11%

R = 77.78%
G = 11.11%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.86

RGB Variations

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

Color information

#230505 (or 0x230505) is known color: Seal Brown. HEX triplet: 23, 05 and 05. RGB value is (35,5,5). Sum of RGB (Red+Green+Blue) = 35+5+5=45 (5% of max value = 765). Red value is 35 (14.06% from 255 or 77.78% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 5 (2.34% from 255 or 11.11% from 45); Max value from RGB is 35 - color contains mainly: red. Hex color #230505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230505 is #DCFAFA. Grayscale: #0E0E0E. Windows color (decimal): -14482171 or 328995. OLE color: 328995.

HSL color Cylindrical-coordinate representation of color #230505: hue angle of 0º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #230505 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 5 5 -
CMYK 0 0.86 0.86 0.86
HSL 0.75% 0.08% -
HSV(B) 0.86% 0.14% -
XYZ 0.77 0.48 0.19 -
YUV 13.97 122.94 143 -
System Red Green Blue C M Y K H S L
Decimal 35 5 5 0 0.86 0.86 0.86 0 0.75 0.08
Hex 23 5 5 0 56 56 56 0 4B 8
Octal 43 5 5 0 126 126 126 0 113 10
Binary 100011 101 101 0 1010110 1010110 1010110 0 1001011 1000

Color Harmonies of #230505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230505

Black with #230505

Text Example


Text Example

White with #230505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230505; }

 p { color: rgb(35,5,5); }

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

background-color css

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

 a { background-color: rgb(35,5,5); }

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

border-color css

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

 span { border-color: rgb(35,5,5); }

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